Skip to content

Add clang-format check for libpiper#235

Open
IhorShevchuk wants to merge 1 commit into
OHF-Voice:mainfrom
IhorShevchuk:feature/clang-format
Open

Add clang-format check for libpiper#235
IhorShevchuk wants to merge 1 commit into
OHF-Voice:mainfrom
IhorShevchuk:feature/clang-format

Conversation

@IhorShevchuk

Copy link
Copy Markdown
Collaborator

This pull request introduces a new GitHub Action job to check the formatting of the libpiper C++ library.

Formatting Check: A format-check job now runs clang-format on every push to a PR targeting main. This enforces a consistent code style across the C++ codebase. It uses --dry-run and --Werror to fail the check if any file is not formatted correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant